PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFFieldWidget Class / setAppearanceFont Method
The font used for displaying the widget content.
In This Topic
    setAppearanceFont Method
    In This Topic
    Sets the widget appearance font.
    If this property is null, the property is used for displaying the field content.
    Syntax
    public void setAppearanceFont( 
       PDFFont value
    )

    Parameters

    value
    The font used for displaying the widget content.
    See Also